projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cff1115
)
Update comment for HAVE_NS code in font_find_for_lface().
author
Adrian Robert
<Adrian.B.Robert@gmail.com>
Fri, 18 Sep 2009 21:16:28 +0000
(21:16 +0000)
committer
Adrian Robert
<Adrian.B.Robert@gmail.com>
Fri, 18 Sep 2009 21:16:28 +0000
(21:16 +0000)
src/font.c
patch
|
blob
|
history
diff --git
a/src/font.c
b/src/font.c
index cfc48523d12ba3cfdb83ef4c2ffd155ff234498f..6619abe6081923aabe2113d7bc20e7b7a7ec5d5f 100644
(file)
--- a/
src/font.c
+++ b/
src/font.c
@@
-3395,6
+3395,7
@@
font_find_for_lface (f, attrs, spec, c)
{
Lisp_Object alters
= Fassoc_string (val, Vface_alternative_font_family_alist,
+ /* Font family names are case-sensitive under NS. */
#ifndef HAVE_NS
Qt
#else